5/16/2005	* Corrected SCSKeys.reg to not remove the entire run key rather just entries within the 
		  key. This is a defect that was caught by tech support. Also, added the ability of 
		  SCSClenWipe to be able to remove files created under the windows folder. Effectively,
		  the list of files to be removed under windows comprises files that would've been
		  removed by regular uninstall anyway assuming there are no other apps using these files.
		

5/2/2005	* Added abilty for deletefile.exe to automatically delete files not able to be deleted
		  prior to reboot (due to access denied or file in use errors) after reboot. This was
		  by request of Tech Support and peer feedback.

4/28/2005	* Added logic to remove installer files residing in <C:\Windows>\Installer folder
		  This was by request of Tech Support and peer feedback.

3/27/2005	* Updated all NOSAV calls to SCSCleanWipe

3/23/2005	* Added functionality within GenEnvar.txt to create a new file DynamicSetEnVar.bat
		  which sets environment variables for DeleteDirectorytree.bat usage. Effectively,
		  with new environment variables set by DynamicSetEnVar.bat, we can now use
		  the commandline to remove directories which were previously only static. For example,
		  we do not have to hardcode in the values for C:\program files\common files\symantec
		  shared since there are changes where the o/s can be in a separate drive.

3/17/2005	* Added GeEnVar.exe which generates environment variables from the registry and creates
		  an output file (DeleteFilesEnVar.txt) for Deletefiles.exe usage. With the use of
		  environment variables, the tool is now able to perform uninstalls from custom folders
		  Moreover, it is now easier to see which folder paths correspond to variables for 
		  easier debug.

3/10/2005	* Replaced old NoSAV.bat to new Run_NOSAV.bat with full silent mode capabilities
		* NoSAV is now full-silent capable.
		* Per QA input, default interactive settings make all files and keys silent but
		  services are kept interactive as they take the longest time.
		* Revising output comments for ServiceShutdown


3/9/2005	* changed directory tree structure so that the user can quickly just click on
		  Run_NoSAV.bat rather than having to sift through so many files
		* broke out NoSAV.bat into separate batch files for easier modification


3/8/2005	added enhanced error logging in logs folder; error codes are now included